Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove core from dependencies #592

Merged
merged 3 commits into from
Jul 30, 2024
Merged

feat: remove core from dependencies #592

merged 3 commits into from
Jul 30, 2024

Conversation

mingxuanzhangsfdx
Copy link
Member

What does this PR do?

This PR removes @salesforce/core from dependencies, reduces the total size of the library.

What issues does this PR fix or reference?

@W-16301500@

@@ -6,10 +6,7 @@
"sourceType": "module"
},
"plugins": ["@typescript-eslint", "jsdoc", "eslint-plugin-header"],
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found out that with the "plugin:prettier/recommended" there will be a conflict of linting with auto-save and prettier. Given that it will lint with prettier when push, there is no need to add this check with conflict.

@gbockus-sf gbockus-sf changed the title feat: remove core from dependencies feat: remove core from dependencies Jul 30, 2024
import { nls } from '../i18n';

/* tslint:disable:no-unused-expression */

export class CreateUtil {
private static SFDX_STATE_FOLDER = '.sfdx';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer the logic for DIR be moved to src/service/gitRepoUtils.ts. It is only used in one place.

/**
* The full system path to the preferred global state folder
*/
public static get DIR(): string {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to src/service/gitRepoUtils.ts

@mingxuanzhangsfdx mingxuanzhangsfdx changed the title feat: remove core from dependencies feat: remove core from dependencies Jul 30, 2024
@mingxuanzhangsfdx mingxuanzhangsfdx merged commit f4dc06d into main Jul 30, 2024
9 checks passed
@mingxuanzhangsfdx mingxuanzhangsfdx deleted the mz/remove-core branch July 30, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants